home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TBACKUPFORM / TBACKUPFORM.txt
Text File  |  2005-03-06  |  17KB  |  765 lines

  1. object BackupForm: TBackupForm
  2.   Left = 311
  3.   Top = 177
  4.   BorderStyle = bsDialog
  5.   Caption = 'BackupForm'
  6.   ClientHeight = 363
  7.   ClientWidth = 528
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   Scaled = False
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel3: TBevel
  19.     Left = 0
  20.     Top = 328
  21.     Width = 527
  22.     Height = 7
  23.     Shape = bsTopLine
  24.   end
  25.   object Image3: TImage
  26.     Left = 4
  27.     Top = 7
  28.     Width = 164
  29.     Height = 313
  30.     AutoSize = True
  31.   end
  32.   object NB: TNotebook
  33.     Left = 169
  34.     Top = 0
  35.     Width = 357
  36.     Height = 325
  37.     PageIndex = 2
  38.     TabOrder = 0
  39.     OnPageChanged = NBPageChanged
  40.     object TPage
  41.       Left = 0
  42.       Top = 0
  43.       Caption = 'MAIN'
  44.       object Label1: TLabel
  45.         Left = 16
  46.         Top = 19
  47.         Width = 321
  48.         Height = 22
  49.         AutoSize = False
  50.         Caption = 'Type in a backup &archive file name and destination:'
  51.         FocusControl = Edit973
  52.         WordWrap = True
  53.       end
  54.       object Bevel1: TBevel
  55.         Left = 16
  56.         Top = 72
  57.         Width = 321
  58.         Height = 17
  59.         Shape = bsTopLine
  60.       end
  61.       object Label2: TLabel
  62.         Left = 16
  63.         Top = 85
  64.         Width = 321
  65.         Height = 17
  66.         AutoSize = False
  67.         Caption = 'Select the files and/or folders you want to backup:'
  68.         WordWrap = True
  69.       end
  70.       object BitBtn1: TSpeedButton
  71.         Left = 312
  72.         Top = 45
  73.         Width = 25
  74.         Height = 21
  75.         Layout = blGlyphRight
  76.         OnClick = CorelButton10Click
  77.       end
  78.       object CheckBox7: TCheckBox
  79.         Left = 16
  80.         Top = 298
  81.         Width = 217
  82.         Height = 17
  83.         Caption = 'Include &subfolders'
  84.         TabOrder = 5
  85.         OnClick = CheckBox7Click
  86.       end
  87.       object Edit973: TEdit
  88.         Left = 16
  89.         Top = 45
  90.         Width = 289
  91.         Height = 21
  92.         TabOrder = 0
  93.         Text = 'Edit973'
  94.       end
  95.       object CorelButton7: TButton
  96.         Left = 16
  97.         Top = 268
  98.         Width = 97
  99.         Height = 25
  100.         Caption = 'Add &File...'
  101.         TabOrder = 2
  102.         OnClick = CorelButton7Click
  103.       end
  104.       object CorelButton8: TButton
  105.         Left = 129
  106.         Top = 268
  107.         Width = 97
  108.         Height = 25
  109.         Caption = 'Add F&older...'
  110.         TabOrder = 3
  111.         OnClick = CorelButton8Click
  112.       end
  113.       object RemoveButt: TButton
  114.         Left = 242
  115.         Top = 268
  116.         Width = 97
  117.         Height = 25
  118.         Caption = '&Remove'
  119.         TabOrder = 4
  120.         OnClick = RemoveButtClick
  121.       end
  122.       object CorelButton1: TButton
  123.         Left = 242
  124.         Top = 296
  125.         Width = 97
  126.         Height = 25
  127.         Caption = 'Fi<ers...'
  128.         TabOrder = 6
  129.         OnClick = CorelButton1Click
  130.       end
  131.       object ListView1: TdfsExtListView
  132.         Left = 16
  133.         Top = 104
  134.         Width = 322
  135.         Height = 157
  136.         SmallImages = MainForm.IL
  137.         Columns = <
  138.           item
  139.             AutoSize = True
  140.             Caption = 'Name'
  141.           end>
  142.         ExtendedStyles = [lvxFullRowSelect]
  143.         ColumnsFormat = <>
  144.         ReadOnly = True
  145.         MultiSelect = True
  146.         OnChange = ListView1Change
  147.         ShowColumnHeaders = False
  148.         TabOrder = 1
  149.         ViewStyle = vsReport
  150.         OnKeyDown = ListView1KeyDown
  151.       end
  152.     end
  153.     object TPage
  154.       Left = 0
  155.       Top = 0
  156.       Caption = 'OPTIONS'
  157.       object Bevel2: TBevel
  158.         Left = 16
  159.         Top = 33
  160.         Width = 329
  161.         Height = 17
  162.         Shape = bsTopLine
  163.       end
  164.       object Label3: TLabel
  165.         Left = 16
  166.         Top = 16
  167.         Width = 329
  168.         Height = 17
  169.         AutoSize = False
  170.         Caption = 'Configure Backup Options'
  171.         WordWrap = True
  172.       end
  173.       object Label4: TLabel
  174.         Left = 16
  175.         Top = 168
  176.         Width = 113
  177.         Height = 17
  178.         Alignment = taRightJustify
  179.         AutoSize = False
  180.         Caption = 'Type password:'
  181.         WordWrap = True
  182.       end
  183.       object Label5: TLabel
  184.         Left = 16
  185.         Top = 119
  186.         Width = 76
  187.         Height = 22
  188.         AutoSize = False
  189.         Caption = 'C&ompression:'
  190.         FocusControl = CompressionBox
  191.       end
  192.       object Label8: TLabel
  193.         Left = 16
  194.         Top = 94
  195.         Width = 76
  196.         Height = 22
  197.         AutoSize = False
  198.         Caption = '&Method:'
  199.         FocusControl = ComboBox3
  200.       end
  201.       object CheckBox1: TCheckBox
  202.         Left = 18
  203.         Top = 146
  204.         Width = 319
  205.         Height = 17
  206.         Caption = '&Protect with password'
  207.         TabOrder = 3
  208.         OnClick = CheckBox1Click
  209.       end
  210.       object CheckBox3: TCheckBox
  211.         Left = 18
  212.         Top = 186
  213.         Width = 319
  214.         Height = 17
  215.         Caption = 'Add ×tamp to backup archive'
  216.         TabOrder = 5
  217.         OnClick = CheckBox3Click
  218.       end
  219.       object ComboBox1: TComboBox
  220.         Left = 42
  221.         Top = 229
  222.         Width = 175
  223.         Height = 21
  224.         Style = csDropDownList
  225.         ItemHeight = 13
  226.         TabOrder = 7
  227.         OnChange = ComboBox1Change
  228.         Items.Strings = (
  229.           'use as suffix'
  230.           'use as prefix')
  231.       end
  232.       object CheckBox4: TCheckBox
  233.         Left = 18
  234.         Top = 254
  235.         Width = 327
  236.         Height = 17
  237.         Caption = 'Store &relative folder information (not full location)'
  238.         TabOrder = 8
  239.         OnClick = CheckBox4Click
  240.       end
  241.       object CheckBox5: TCheckBox
  242.         Left = 18
  243.         Top = 277
  244.         Width = 319
  245.         Height = 17
  246.         Caption = 'Show '#39'Backup &Done.'#39' when finished '
  247.         TabOrder = 9
  248.         OnClick = CheckBox5Click
  249.       end
  250.       object CheckBox6: TCheckBox
  251.         Left = 18
  252.         Top = 301
  253.         Width = 327
  254.         Height = 17
  255.         Caption = 'Run &silent if executed from Windows'
  256.         TabOrder = 10
  257.         OnClick = CheckBox6Click
  258.       end
  259.       object Edit971: TEdit
  260.         Left = 136
  261.         Top = 164
  262.         Width = 113
  263.         Height = 21
  264.         TabOrder = 4
  265.         OnChange = Edit971Change
  266.       end
  267.       object Edit972: TEdit
  268.         Left = 42
  269.         Top = 204
  270.         Width = 173
  271.         Height = 21
  272.         TabOrder = 6
  273.         Text = '_YMDmS'
  274.         OnChange = Edit972Change
  275.       end
  276.       object RadioGroup1: TRadioGroup
  277.         Left = 16
  278.         Top = 44
  279.         Width = 329
  280.         Height = 41
  281.         Caption = ' Compression Format '
  282.         Columns = 5
  283.         ItemIndex = 0
  284.         Items.Strings = (
  285.           'ZIP'
  286.           'CAB'
  287.           'LHA'
  288.           'BH'
  289.           'TAR')
  290.         TabOrder = 0
  291.         OnClick = RadioGroup1Click
  292.       end
  293.       object CompressionBox: TComboBox
  294.         Left = 96
  295.         Top = 116
  296.         Width = 161
  297.         Height = 21
  298.         Style = csDropDownList
  299.         ItemHeight = 0
  300.         TabOrder = 2
  301.         OnChange = CompressionBoxChange
  302.       end
  303.       object ComboBox3: TComboBox
  304.         Left = 96
  305.         Top = 90
  306.         Width = 161
  307.         Height = 21
  308.         Style = csDropDownList
  309.         ItemHeight = 13
  310.         TabOrder = 1
  311.         OnChange = ComboBox3Change
  312.         Items.Strings = (
  313.           'Add'
  314.           'Freshen')
  315.       end
  316.       object AES: TCheckBox
  317.         Left = 256
  318.         Top = 162
  319.         Width = 97
  320.         Height = 25
  321.         Caption = 'AES 128-bit'
  322.         TabOrder = 11
  323.         OnClick = AESClick
  324.       end
  325.     end
  326.     object TPage
  327.       Left = 0
  328.       Top = 0
  329.       Caption = 'FILETIME'
  330.       object Bevel7: TBevel
  331.         Left = 16
  332.         Top = 33
  333.         Width = 329
  334.         Height = 17
  335.         Shape = bsTopLine
  336.       end
  337.       object Label9: TLabel
  338.         Left = 16
  339.         Top = 16
  340.         Width = 329
  341.         Height = 17
  342.         AutoSize = False
  343.         Caption = 'File Time Options:'
  344.         WordWrap = True
  345.       end
  346.       object GroupBox5: TGroupBox
  347.         Left = 16
  348.         Top = 51
  349.         Width = 329
  350.         Height = 102
  351.         Caption = ' File Time '
  352.         TabOrder = 0
  353.         object Label10: TLabel
  354.           Left = 12
  355.           Top = 24
  356.           Width = 64
  357.           Height = 13
  358.           Caption = '&Include files: '
  359.           FocusControl = ComboBox5
  360.         end
  361.         object Label14: TLabel
  362.           Left = 139
  363.           Top = 69
  364.           Width = 23
  365.           Height = 13
  366.           Caption = 'days'
  367.         end
  368.         object Label15: TLabel
  369.           Left = 212
  370.           Top = 69
  371.           Width = 27
  372.           Height = 13
  373.           Caption = 'hours'
  374.         end
  375.         object Label17: TLabel
  376.           Left = 285
  377.           Top = 69
  378.           Width = 37
  379.           Height = 13
  380.           Caption = 'minutes'
  381.         end
  382.         object ComboBox5: TComboBox
  383.           Left = 11
  384.           Top = 39
  385.           Width = 174
  386.           Height = 21
  387.           Style = csDropDownList
  388.           ItemHeight = 13
  389.           TabOrder = 0
  390.           OnChange = ComboBox5Change
  391.           Items.Strings = (
  392.             'of any time'
  393.             'newer than')
  394.         end
  395.         object Edit1: TEdit
  396.           Left = 104
  397.           Top = 64
  398.           Width = 33
  399.           Height = 21
  400.           TabOrder = 1
  401.           Text = 'Edit1'
  402.           OnChange = Edit1Change
  403.         end
  404.         object Edit2: TEdit
  405.           Left = 176
  406.           Top = 64
  407.           Width = 33
  408.           Height = 21
  409.           TabOrder = 2
  410.           Text = 'Edit1'
  411.           OnChange = Edit2Change
  412.         end
  413.         object Edit3: TEdit
  414.           Left = 248
  415.           Top = 64
  416.           Width = 33
  417.           Height = 21
  418.           TabOrder = 3
  419.           Text = 'Edit1'
  420.           OnChange = Edit3Change
  421.         end
  422.       end
  423.       object GroupBox6: TGroupBox
  424.         Left = 16
  425.         Top = 159
  426.         Width = 329
  427.         Height = 150
  428.         Caption = ' Additional ZIP Options '
  429.         TabOrder = 1
  430.         object CheckBox8: TCheckBox
  431.           Left = 8
  432.           Top = 41
  433.           Width = 305
  434.           Height = 17
  435.           Caption = 'Add only if "Archive" a&ttribute is set '
  436.           TabOrder = 1
  437.           OnClick = CheckBox8Click
  438.         end
  439.         object CheckBox9: TCheckBox
  440.           Left = 8
  441.           Top = 62
  442.           Width = 305
  443.           Height = 17
  444.           Caption = 'C&lear "Archive" attribute'
  445.           TabOrder = 2
  446.           OnClick = CheckBox9Click
  447.         end
  448.         object CheckBox10: TCheckBox
  449.           Left = 8
  450.           Top = 83
  451.           Width = 313
  452.           Height = 17
  453.           Caption = 'Make large ZIP file (over &4 GB) '
  454.           TabOrder = 3
  455.           OnClick = CheckBox10Click
  456.         end
  457.         object CheckBox11: TCheckBox
  458.           Left = 8
  459.           Top = 20
  460.           Width = 305
  461.           Height = 17
  462.           Caption = 'Write &directly into ZIP'
  463.           TabOrder = 0
  464.           OnClick = CheckBox11Click
  465.         end
  466.         object ElCheckBox1: TCheckBox
  467.           Left = 8
  468.           Top = 104
  469.           Width = 305
  470.           Height = 17
  471.           Caption = 'Enable automatic disk spanning'
  472.           TabOrder = 4
  473.           OnClick = ElCheckBox1Click
  474.         end
  475.         object ElCheckBox2: TCheckBox
  476.           Left = 8
  477.           Top = 125
  478.           Width = 313
  479.           Height = 17
  480.           Caption = 'Do not delete original backup file'
  481.           TabOrder = 5
  482.           OnClick = ElCheckBox2Click
  483.         end
  484.       end
  485.     end
  486.     object TPage
  487.       Left = 0
  488.       Top = 0
  489.       Caption = 'FTP'
  490.       object Label6: TLabel
  491.         Left = 16
  492.         Top = 16
  493.         Width = 329
  494.         Height = 17
  495.         AutoSize = False
  496.         Caption = 'FTP Options'
  497.         WordWrap = True
  498.       end
  499.       object Bevel4: TBevel
  500.         Left = 16
  501.         Top = 33
  502.         Width = 329
  503.         Height = 17
  504.         Shape = bsTopLine
  505.       end
  506.       object CheckBox2: TCheckBox
  507.         Left = 16
  508.         Top = 48
  509.         Width = 329
  510.         Height = 17
  511.         Caption = '&Upload backup archive after compressing to FTP server'
  512.         TabOrder = 0
  513.         OnClick = CheckBox2Click
  514.       end
  515.       object GroupBox4: TGroupBox
  516.         Left = 16
  517.         Top = 187
  518.         Width = 329
  519.         Height = 81
  520.         Caption = ' File Information '
  521.         TabOrder = 2
  522.         object Label11: TLabel
  523.           Left = 12
  524.           Top = 24
  525.           Width = 50
  526.           Height = 13
  527.           Caption = 'Local File: '
  528.         end
  529.         object Label12: TLabel
  530.           Left = 12
  531.           Top = 50
  532.           Width = 80
  533.           Height = 13
  534.           Caption = 'De&stination File: '
  535.           FocusControl = Edit976
  536.         end
  537.         object Edit975: TEdit
  538.           Left = 104
  539.           Top = 20
  540.           Width = 209
  541.           Height = 21
  542.           Enabled = False
  543.           ReadOnly = True
  544.           TabOrder = 0
  545.           Text = 'Edit975'
  546.         end
  547.         object Edit976: TEdit
  548.           Left = 104
  549.           Top = 46
  550.           Width = 209
  551.           Height = 21
  552.           TabOrder = 1
  553.           Text = 'Edit976'
  554.           OnChange = Edit976Change
  555.         end
  556.       end
  557.       object GroupBox3: TGroupBox
  558.         Left = 16
  559.         Top = 80
  560.         Width = 329
  561.         Height = 89
  562.         Caption = ' FTP Profile '
  563.         TabOrder = 1
  564.         object Label7: TLabel
  565.           Left = 8
  566.           Top = 24
  567.           Width = 34
  568.           Height = 13
  569.           Caption = '&Profile:'
  570.           FocusControl = ComboBox2
  571.         end
  572.         object ComboBox2: TComboBox
  573.           Left = 48
  574.           Top = 20
  575.           Width = 265
  576.           Height = 21
  577.           Style = csDropDownList
  578.           ItemHeight = 0
  579.           TabOrder = 0
  580.           OnChange = ComboBox2Change
  581.         end
  582.         object Button1: TButton
  583.           Left = 48
  584.           Top = 48
  585.           Width = 81
  586.           Height = 25
  587.           Caption = '&New Profile...'
  588.           TabOrder = 1
  589.           OnClick = Button1Click
  590.         end
  591.         object Button2: TButton
  592.           Left = 232
  593.           Top = 48
  594.           Width = 81
  595.           Height = 25
  596.           Caption = '&Delete Profile'
  597.           TabOrder = 3
  598.           OnClick = Button2Click
  599.         end
  600.         object Button3: TButton
  601.           Left = 141
  602.           Top = 48
  603.           Width = 81
  604.           Height = 25
  605.           Caption = '&Edit Profile'
  606.           TabOrder = 2
  607.           OnClick = Button3Click
  608.         end
  609.       end
  610.     end
  611.     object TPage
  612.       Left = 0
  613.       Top = 0
  614.       Caption = 'REVIEW'
  615.       object Label16: TLabel
  616.         Left = 16
  617.         Top = 16
  618.         Width = 337
  619.         Height = 49
  620.         AutoSize = False
  621.         Caption = 
  622.           'PowerArchiver will now use the following options to create the A' +
  623.           'uto Backup script file. Click '#39'Do Backup'#39' to run the Auto Backup' +
  624.           ' script.'
  625.         WordWrap = True
  626.       end
  627.       object Bevel10: TBevel
  628.         Left = 16
  629.         Top = 64
  630.         Width = 329
  631.         Height = 17
  632.         Shape = bsTopLine
  633.       end
  634.       object Memo1: TMemo
  635.         Left = 16
  636.         Top = 72
  637.         Width = 329
  638.         Height = 209
  639.         ReadOnly = True
  640.         ScrollBars = ssBoth
  641.         TabOrder = 0
  642.       end
  643.       object Button4: TButton
  644.         Left = 240
  645.         Top = 288
  646.         Width = 107
  647.         Height = 25
  648.         Caption = 'Set as &default'
  649.         TabOrder = 1
  650.         OnClick = Button4Click
  651.       end
  652.     end
  653.     object TPage
  654.       Left = 0
  655.       Top = 0
  656.       Caption = 'PROGRESS'
  657.       object Bevel6: TBevel
  658.         Left = 16
  659.         Top = 184
  660.         Width = 329
  661.         Height = 17
  662.         Shape = bsTopLine
  663.       end
  664.       object GroupBox1: TGroupBox
  665.         Left = 16
  666.         Top = 40
  667.         Width = 330
  668.         Height = 57
  669.         Caption = ' Current file progress '
  670.         TabOrder = 0
  671.         object pb1: TProgressBar
  672.           Left = 8
  673.           Top = 22
  674.           Width = 313
  675.           Height = 21
  676.           TabOrder = 0
  677.         end
  678.       end
  679.       object GroupBox2: TGroupBox
  680.         Left = 16
  681.         Top = 112
  682.         Width = 330
  683.         Height = 57
  684.         Caption = ' Total progress '
  685.         TabOrder = 1
  686.         object pb2: TProgressBar
  687.           Left = 8
  688.           Top = 22
  689.           Width = 313
  690.           Height = 21
  691.           TabOrder = 0
  692.         end
  693.       end
  694.       object Memo2: TMemo
  695.         Left = 16
  696.         Top = 192
  697.         Width = 329
  698.         Height = 105
  699.         Enabled = False
  700.         ScrollBars = ssBoth
  701.         TabOrder = 2
  702.       end
  703.     end
  704.   end
  705.   object CloseButt: TButton
  706.     Left = 5
  707.     Top = 334
  708.     Width = 75
  709.     Height = 25
  710.     Caption = '&Close'
  711.     TabOrder = 1
  712.     OnClick = CloseButtClick
  713.   end
  714.   object BackButt: TButton
  715.     Left = 280
  716.     Top = 334
  717.     Width = 75
  718.     Height = 25
  719.     Caption = '&Back'
  720.     TabOrder = 2
  721.     OnClick = BackButtClick
  722.   end
  723.   object NextButt: TButton
  724.     Left = 364
  725.     Top = 334
  726.     Width = 75
  727.     Height = 25
  728.     Caption = '&Next'
  729.     TabOrder = 3
  730.     OnClick = NextButtClick
  731.   end
  732.   object CorelButton2: TButton
  733.     Left = 448
  734.     Top = 334
  735.     Width = 75
  736.     Height = 25
  737.     Caption = '&Help'
  738.     TabOrder = 4
  739.     OnClick = CorelButton2Click
  740.   end
  741.   object OpenDialog1: TOpenDialog
  742.     Filter = 
  743.       'ZIP Files|*.zip|CAB Files|*.cab|LHA files|*.lzh|GZIPed TAR files' +
  744.       '|*.tar|BLAKHOLE files|*.bh'
  745.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  746.     Title = 'Browse '
  747.     OnTypeChange = OpenDialog1TypeChange
  748.     Left = 137
  749.     Top = 5
  750.   end
  751.   object SaveDialog1: TSaveDialog
  752.     Title = 'Browse'
  753.     OnTypeChange = SaveDialog1TypeChange
  754.     Left = 128
  755.     Top = 48
  756.   end
  757.   object DropFileTarget1: TPJFormDropFiles
  758.     ForegroundOnDrop = False
  759.     Options = [dfoIncFolders, dfoIncFiles]
  760.     OnDropFiles = DropFileTarget1DropFiles
  761.     Left = 96
  762.     Top = 112
  763.   end
  764. end
  765.